home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / news / selectv1.tar / selectv1 / INSTALL < prev    next >
Text File  |  1993-09-04  |  895b  |  41 lines

  1. INSTALL: selectnews v1.0
  2. LAST REVISED: September 4, 1993
  3. ----------------------------------
  4.  
  5. If you have the ncurses library, you do not have to edit the Makefile.
  6. If you don't have the ncurses library, or you'd prefer to compile it
  7. with curses, edit the following:
  8.  
  9. 1) Uncomment #DEFS =
  10. 2) Comment out DEFS = -DNCURSES
  11. 3) Uncomment #LIBS = -lcurses -ltermcap
  12. 4) Comment out LIBS = -lncurses
  13.  
  14. To compile, simply type:
  15.  
  16.    make all
  17.  
  18. There should be no warnings or errors.  To copy the compiled
  19. executable into your /usr/bin directory, type:
  20.  
  21.    make install
  22.  
  23. If you want to install the executable elsewhere, edit the Makefile
  24. variable 'EXE_DIR'.
  25.  
  26. To clean out all the compiled files, etc., type:
  27.  
  28.    make clean
  29.  
  30. If you would like to reduce the size of the binary, and you have the
  31. utility 'strip', type:
  32.  
  33.    strip selectnews
  34.  
  35. Please read the file PORTING.
  36.  
  37. ---
  38. Eugene Kim
  39. eekim@husc.harvard.edu
  40.  
  41.